[Automated] Update packer CLI Options#2631
Conversation
There was a problem hiding this comment.
Code Review
This is an automated PR generated by ModularPipelines.OptionsGenerator to sync the Packer CLI options classes with the latest tool version. The changes are minimal and well-scoped.
Changes reviewed
AssemblyInfo.Generated.cs
- Timestamp bump from
2026-05-10→2026-05-17. Expected and correct for tracking when the generation ran.
PackerBuildOptions.Generated.cs
- Adds a new
SkipEnforcementproperty (--skip-enforcement,bool?) with an accurate XML doc comment matching the Packer CLI description ("Skip injection of HCP Packer enforced provisioners"). - Follows the exact same pattern as all existing options in the file: nullable bool,
[CliFlag]attribute, XML summary doc. No deviations.
Assessment
No issues found. The new option is correctly typed (bool? is appropriate for a flag that's either present or absent), consistently styled, and the description is clear. The automated generation process is working as intended — this is exactly the kind of low-risk, high-value incremental update this tooling was designed to produce.
✅ Approved — safe to merge.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | ✅ 0 (≤ 20 complexity) |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Summary
This PR contains automatically generated updates to packer CLI options classes.
The generator scraped the latest CLI help output from the installed tool.
Changes
Verification
🤖 Generated with ModularPipelines.OptionsGenerator